.hypt-box {
    max-width: 1200px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    background-image: url(/template/default/images/hyptbg1.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 100px 100px;
    /* padding-bottom: 200px; */
    position: relative;
}

.hypt-box-text {
    text-align: left;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.hypt-title {
    font-size: 28px;
    font-weight: 700;
}

.hypt-box-text>div {
    margin: 20px 0;
}

.hypt-text {
    line-height: 30px;
    font-size: 18px;
    text-align: justify;
}

.hypt-splic {
    height: 2px;
    width: 100px;
    background-color: #fff;
}

.hypt-box-left {
    flex: 1;
}

.hypt-box-left img {
    width: 80%;
}

.hypt-tab {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    height: 100px;
}

.hypt-tab-item {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    margin-left: 1px;
}

.hypt-tab-item {
    position: relative;
    z-index: 0;
    transition: transform 0.4s ease;
    overflow: hidden;
}

.hypt-tab-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #082E81 0%, #15509F 100%);
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
}

.hypt-tab-item:hover::before {
    opacity: 1;
}

#gxlmpt .hypt-box {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.5);
}

.gxlmpt-bg {
    background-image: url(/template/default/images/hyptbg2.jpg);
    padding: 20px 0;
}
.hypt-num-box{
    display: flex;
}
.hypt-tips{
    display: flex;
    flex-direction: column;
    margin-right: 25px;
}
.hypt-num,.countUp-hypt{
    font-size: 30px;
    font-weight: 700 !important;
}

@media (max-width: 768px) {
    .hypt-box {
        flex-direction: column;
        margin: 0;
        padding: 20px;
    }

    .gxlmpt-bg {
        padding: 0;
    }

    .hypt-box-text>div {
        margin: 5px 0;
    }
    .hypt-title{
        font-size: 24px;
    }
    .hypt-text{
        line-height: 28px;
    }
    .hypt-tips{
        margin-left: 15px;
    }
    .hypt-num, .countUp-hypt{
        font-size: 25px;
    }
}